runtime.moduledata.textAddr (method)
7 uses
runtime (current package)
plugin.go#L102: entry := md.textAddr(md.ftab[i].entryoff)
symtab.go#L656: min := datap.textAddr(datap.ftab[0].entryoff)
symtab.go#L657: max := datap.textAddr(datap.ftab[nftab].entryoff)
symtab.go#L696: func (md *moduledata) textAddr(off32 uint32) uintptr {
symtab.go#L902: return f.datap.textAddr(f.entryOff)
tracestack.go#L356: return f.datap.textAddr(*(*uint32)(w))
type.go#L397: res := md.textAddr(uint32(off))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |